All Questions
2 questions
0votes
1answer
200views
How to Search XML Block and Delete the same
This is my XML. <configGroup> <type>SERVER_CONFIG</type> <configProperty id="Server48"> <configProperty> <name>Server Name</name> <...
0votes
1answer
415views
Script to remove all modules in pom.xml except the one with the highest number
Question I have a huge pom.xml from a Talend DI/ESB project, where it was possible to have multiple lines for the same module with different Talend specific versions (don't even ask for that :-( ) ...